Welcome![Sign In][Sign Up]
Location:
Search - Turbo c 2.0

Search list

[File OperateXXXX

Description: C语言编程宝点之XXXX main()主函数 每一C 程序都必须有一main()函数, 可以根据自己的爱好把它放在程序的某 个地方。有些程序员把它放在最前面, 而另一些程序员把它放在最后面, 无论放 在哪个地方, 以下几点说明都是适合的。 1. main() 参数 在Turbo C2.0启动过程中, 传递main()函数三个参数: argc, argv和env。 * argc: 整数, 为传给main()的命令行参数个数。 * argv: 字符串数组。 在DOS 3.X 版本中, argv[0] 为程序运行的全路径名 对DOS 3.0 以下的版本, argv[0]为空串(\"\") 。 argv[1] 为在DOS命令行中执行程序名后的第一个字符串 argv[2] 为执行程序名后的第二个字符串 ... argv[argc]为NULL。 *env: 安符串数组。env[] 的每一个元素都包含ENVVAR=value形式的字符 串。其中ENVVAR为环境变量如PATH或87。value 为ENVVAR的对应值如C:\\DOS, C: \\TURBOC(对于PATH) 或YES(对于87)。 Turbo C2.0启动时总是把这三个参数传递给main()函数, 可以在用户程序中 说明(或不说明)它们, 如果说明了部分(或全部)参数, 它们就成为main()子程序 的局部变量。
Platform: | Size: 8817 | Author: jianjian | Hits:

[Data structsfox

Description: Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分说明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"-Turbo C- (C) Copyright 1987. 1988 by Borland International* /# define S_IRE AD 0x0800/* from SYS \ STAT.H* /# define S_IWRIT E. 0x0040/* from SYS \ STAT.H* /# define TRUE de# 1 fine FALSE 0# define MSGHEADER "MICROCALC-A Tu rbo C Demonstration Program "# define MSGKEYPR ESS "Press any key to continue."# define MSGCOM MAND "Press/for the list of commands"# define M SGMEMORY "Memory Available : "# define MSGERROR" ERROR "explains# define MSGLOM EM "Not enough memory to allocate cell."# defin e MSGEMPTY "Empty"# define MSGTEXT "Text"
Platform: | Size: 991232 | Author: 狐狸 | Hits:

[File OperateXXXX

Description: C语言编程宝点之XXXX main()主函数 每一C 程序都必须有一main()函数, 可以根据自己的爱好把它放在程序的某 个地方。有些程序员把它放在最前面, 而另一些程序员把它放在最后面, 无论放 在哪个地方, 以下几点说明都是适合的。 1. main() 参数 在Turbo C2.0启动过程中, 传递main()函数三个参数: argc, argv和env。 * argc: 整数, 为传给main()的命令行参数个数。 * argv: 字符串数组。 在DOS 3.X 版本中, argv[0] 为程序运行的全路径名 对DOS 3.0 以下的版本, argv[0]为空串("") 。 argv[1] 为在DOS命令行中执行程序名后的第一个字符串 argv[2] 为执行程序名后的第二个字符串 ... argv[argc]为NULL。 *env: 安符串数组。env[] 的每一个元素都包含ENVVAR=value形式的字符 串。其中ENVVAR为环境变量如PATH或87。value 为ENVVAR的对应值如C:\DOS, C: \TURBOC(对于PATH) 或YES(对于87)。 Turbo C2.0启动时总是把这三个参数传递给main()函数, 可以在用户程序中 说明(或不说明)它们, 如果说明了部分(或全部)参数, 它们就成为main()子程序 的局部变量。-err
Platform: | Size: 8192 | Author: jianjian | Hits:

[OtherC2PAS08B

Description: C2PAS is a program that processes a C source code ASCII file and produces a source file that is very close to being a valid source file for Turbo Pascal -C2PAS is a program that processes a C source code ASCII file and produces a source file that is very close to being a valid source file for Turbo Pascal
Platform: | Size: 11264 | Author: Javier | Hits:

[OtherTURBO_PASCAL_advanced_programming_techniques

Description: 本书是作者多年使用TURBO PASCAL编程的经验结晶。内容共分三部分,第一部分介绍TURBO PASCAL高级编程技术,包括TURBO PASCAL与汇编语言和C语言的混合编程、用TURBO PASCAL编写中断例程、使用过程类型简化程序设计、动态数组的实现方法和怎样在程序中使用扩展内存(EMS)和扩充内存(XMS)等;第二部分包括11类非常有用的TURBO PASCAL单元:显示屏输入和输出单元ACRT、字符串处理单元ASTR、磁盘操作单元DISK、热键单元POPUP、数据库交互单元DBASE、扩展内存单元EMS、扩充内存单元XMS、数学函数单元MATH、矩阵运算单元MATRIX、概率分布函数单元PROB和复数运算单元COMPLEX;第三部分是实用程序,包括软锁驱动器程序、锁硬盘逻辑分区程序、稿纸打印程序、查找并替换程序(可以进行多文件操作)、备份硬盘主引导记录程序、数据库卡片打印程序、BATCH文件转换为COM文件程序及有效擦除机密文件的程序等。本书适合于软件开发人员、大学生、研究生和PASCAL学习者使用。 该书于1994由学苑出版社出版. (ISBN 7-5028-124-4) -This book is on many years of experience using TURBO PASCAL programming crystallization. Content divided into three parts, first part TURBO PASCAL advanced programming techniques, including TURBO PASCAL and assembly language programming and C language mix, prepared with TURBO PASCAL interrupt routines, use the process types simplify programming, dynamic array of methods and how to achieve in the program using extended memory (EMS) and expanded memory (XMS), etc. The second part consists of 11 classes very useful TURBO PASCAL modules: input and output display unit ACRT, string processing unit ASTR, disk operating unit DISK, heat key element POPUP, database interaction module DBASE, extended memory unit EMS, expanded memory unit XMS, mathematical function unit MATH, matrix operation unit MATRIX, the probability distribution function and the complex computing unit cell PROB COMPLEX third part utility, including the soft-lock drive program, lock the hard disk logical partition process, w
Platform: | Size: 91136 | Author: 吴嘉晔 | Hits:

[Education soft systemcjglxt

Description: C语言程序设计学生成绩管理系统 一、功能 1.记录学生的班级、学号、性别、职务、住址、电话、缺课情况、政治面貌等情况. 2.数据输入 3.数据删除 4数据排序 5.数据查询 二、开发环境 Turbo C2.0-C language programming of a student achievement management system, function 1. Recorded classes of students, student number, gender, position, address, telephone, in which absences, the political landscape and so on. 2. Data input 3. 4 data sequencing data deletion 5 . Data Query II Turbo C2.0 Development Environment
Platform: | Size: 2048 | Author: 刘丹 | Hits:

[CSharpTurbo-C_2.0

Description: 用于编辑C语言源程序,编译检查程序是否可执行,生成可执行文件-Assembler, the digital control on the far right to achieve the cycle 0-F
Platform: | Size: 1038336 | Author: 王一 | Hits:

[TCP/IP stackPING--and-TCP--network-system

Description: 源代码包含如下两个文件夹: (1)ping:是ping项目的实现代码,用Visual C++ 6.0来调试。 (2)TCP:是TCP项目的实现代码,用Visual C++ 6.0来调试。 实现文件是CJGL.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件和程序文件放在统一目录下。-The source code contains the following two files folder: (1) ping: ping project implementation code, debugging Visual C++ 6.0. (2) TCP: TCP project implementation code, debugging Visual C++ 6.0. The implementation file CJGL.c, because it comes to the graphical interface, using Turbo C tool to debug. Runtime, EGAVGA.BGI files and program files must be placed in a single directory.
Platform: | Size: 2552832 | Author: 严君 | Hits:

[TCP/IP stackPING-AND-TCP

Description: 源代码包含如下两个文件夹: (1)ping:是ping项目的实现代码,用Visual C++ 6.0来调试。 (2)TCP:是TCP项目的实现代码,用Visual C++ 6.0来调试。 实现文件是CJGL.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件和程序文件放在统一目录下。- 源代码包含如下两个文件夹: (1)ping:是ping项目的实现代码,用Visual C++ 6.0来调试。 (2)TCP:是TCP项目的实现代码,用Visual C++ 6.0来调试。 实现文件是CJGL.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件和程序文件放在统一目录下。
Platform: | Size: 2108416 | Author: Tom | Hits:

[Embeded LinuxGOBANG

Description: (2)五子棋游戏 实现文件是GOBANG.C,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文件、.EXE可执行文件和程序文件放在统一目录下。-wu zhi qi you xi
Platform: | Size: 4096 | Author: 朱明亮 | Hits:

[OtherFastReport-v5.1.9

Description: FASTREPORT® 5.0 VCL FastReport® 5.0 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the Borland® Delphi 7-2006, Borland® C++Builder 2006, Turbo Delphi/C++Builder, CodeGear® Delphi 2007, CodeGear® C++Builder 2007, CodeGear® Delphi 2009, CodeGear® C++Builder 2009, Embarcadero® Delphi 2010, Embarcadero ® C++Builder 2010, Embarcadero® Delphi XE, Embarcadero ® C++Builder XE, Embarcadero® Delphi XE2, Embarcadero ® C++Builder XE2, Embarcadero® Delphi XE3, Embarcadero ® C++Builder XE3, Embarcadero® Delphi XE4, Embarcadero ® C++Builder XE4, Embarcadero® Delphi XE5 and Embarcadero ® C++Builder XE5 environments. -FASTREPORT® 5.0 VCL FastReport® 5.0 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the Borland® Delphi 7-2006, Borland® C++Builder 2006, Turbo Delphi/C++Builder, CodeGear® Delphi 2007, CodeGear® C++Builder 2007, CodeGear® Delphi 2009, CodeGear® C++Builder 2009, Embarcadero® Delphi 2010, Embarcadero ® C++Builder 2010, Embarcadero® Delphi XE, Embarcadero ® C++Builder XE, Embarcadero® Delphi XE2, Embarcadero ® C++Builder XE2, Embarcadero® Delphi XE3, Embarcadero ® C++Builder XE3, Embarcadero® Delphi XE4, Embarcadero ® C++Builder XE4, Embarcadero® Delphi XE5 and Embarcadero ® C++Builder XE5 environments.
Platform: | Size: 4720640 | Author: Hai | Hits:

[TreeViewTRichView-v13.12.1-FS

Description: FastReport 5.2.3.zip FastReport® 5.0 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the Borland® Delphi 7-2006, Borland® C++Builder 2006, Turbo Delphi/C++Builder, CodeGear® Delphi 2007, CodeGear® C++Builder 2007, CodeGear® Delphi 2009, CodeGear® C++Builder 2009, Embarcadero® Delphi 2010, Embarcadero ® C++Builder 2010, Embarcadero® Delphi XE, Embarcadero ® C++Builder XE, Embarcadero® Delphi XE2, Embarcadero ® C++Builder XE2, Embarcadero® Delphi XE3, Embarcadero ® C++Builder XE3, Embarcadero® Delphi XE4, Embarcadero ® C++Builder XE4, Embarcadero® Delphi XE5 and Embarcadero ® C++Builder XE5 environments.- FastReport 5.2.3.zip FastReport® 5.0 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the Borland® Delphi 7-2006, Borland® C++Builder 2006, Turbo Delphi/C++Builder, CodeGear® Delphi 2007, CodeGear® C++Builder 2007, CodeGear® Delphi 2009, CodeGear® C++Builder 2009, Embarcadero® Delphi 2010, Embarcadero ® C++Builder 2010, Embarcadero® Delphi XE, Embarcadero ® C++Builder XE, Embarcadero® Delphi XE2, Embarcadero ® C++Builder XE2, Embarcadero® Delphi XE3, Embarcadero ® C++Builder XE3, Embarcadero® Delphi XE4, Embarcadero ® C++Builder XE4, Embarcadero® Delphi XE5 and Embarcadero ® C++Builder XE5 environments.
Platform: | Size: 6129664 | Author: Igor | Hits:

[GUI DevelopFastReport-5.2.3

Description: FastReport® 5.0 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the Borland® Delphi 7-2006, Borland® C++Builder 2006, Turbo Delphi/C++Builder, CodeGear® Delphi 2007, CodeGear® C++Builder 2007, CodeGear® Delphi 2009, CodeGear® C++Builder 2009, Embarcadero® Delphi 2010, Embarcadero ® C++Builder 2010, Embarcadero® Delphi XE, Embarcadero ® C++Builder XE, Embarcadero® Delphi XE2, Embarcadero ® C++Builder XE2, Embarcadero® Delphi XE3, Embarcadero ® C++Builder XE3, Embarcadero® Delphi XE4, Embarcadero ® C++Builder XE4, Embarcadero® Delphi XE5 and Embarcadero ® C++Builder XE5 environments.-FastReport® 5.0 VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be used in the Borland® Delphi 7-2006, Borland® C++Builder 2006, Turbo Delphi/C++Builder, CodeGear® Delphi 2007, CodeGear® C++Builder 2007, CodeGear® Delphi 2009, CodeGear® C++Builder 2009, Embarcadero® Delphi 2010, Embarcadero ® C++Builder 2010, Embarcadero® Delphi XE, Embarcadero ® C++Builder XE, Embarcadero® Delphi XE2, Embarcadero ® C++Builder XE2, Embarcadero® Delphi XE3, Embarcadero ® C++Builder XE3, Embarcadero® Delphi XE4, Embarcadero ® C++Builder XE4, Embarcadero® Delphi XE5 and Embarcadero ® C++Builder XE5 environments.
Platform: | Size: 8177664 | Author: Igor | Hits:

[Otherproducts

Description: 您需要上传5个高质量的源码或编程资料才能开通您的帐号(This guide is intended to introduce you to HI-TECH C for PIC10/12/16 MCUs and its use in the Microchip MPLAB IDE. Code will be produced for the Microchip PICDEM 2 PLUS demo board, running a PIC16F877A MCU device. Programming will be performed via a Microchip MPLAB ICD 2 in-circuit debugger. Code will be written to flash the 4 LEDs on the board.)
Platform: | Size: 32599040 | Author: microbob | Hits:

[VHDL-FPGA-VerilogXilinx

Description: 2020 XILINX Vivado ISE IP License最全最可靠License获取方式。 LDPC, CPRI, Turbo, Polar, JESD204B/C HDMI1.4/2.0, MIPI CSI-2, MIPI DSI AXI CAN AXI USB2.0 SD Card Host Reed-Solomon Decoder/Encoder 10G Enthernet MAC 25G Enthernet MAC 40G Enthernet MAC 50G Enthernet MAC 100G Enthernet MAC RS Encoder/Decoder Display Port/ DP Video Test Pattern Generator RapidIO tri mode ethernet mac(LDPC, CPRI, Turbo, Polar, JESD204B/C HDMI1.4/2.0, MIPI CSI-2, MIPI DSI AXI CAN AXI USB2.0 SD Card Host Reed-Solomon Decoder/Encoder 10G Enthernet MAC 25G Enthernet MAC 40G Enthernet MAC 50G Enthernet MAC 100G Enthernet MAC RS Encoder/Decoder Display Port/ DP Video Test Pattern Generator RapidIO tri mode ethernet mac)
Platform: | Size: 1024 | Author: liyan2020 | Hits:
« 1 2 ... 9 10 11 12 13 14»

CodeBus www.codebus.net